//==============================================================================
// Archer atlantean_Anim.txt
//==============================================================================
//==============================================================================
define blood
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
          	Visualparticle blood mod
         }
      }
   }
}
//==============================================================================
define SunLight
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A God Power Summon Sunlight
      }
   }
}

//==============================================================================
define GroundGlow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A God Power Summon GroundGlow
      }
   }
}

//==============================================================================
define heroglow
{
   set hotspot
   {
      version
      {
                  visualparticle SFX A Hero Glow Small
      }
   }
}

//==============================================================================
define soul
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul
      }
   }
}

//==============================================================================
define soulaurora
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul Aurora
      }
   }
}

//==============================================================================
define heavenlight
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul Heaven Light
      }
   }
}

//==============================================================================
define soulbirth
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul Birth
      }
   }
}
//==============================================================================
define bow
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual attachment x bow iron
         }
      }
   }
}
//==============================================================================

define Head
{
   SetSelector
   {
      set hotspot
      {
         version
         {
                     Visual archer x head iron
         }
      }
   }
}

//==============================================================================
anim Idle
{
CinematicLogic
		SetSelector 
		{
		SetSelector 
		{
			set hotspot
			{
				version
				{
					Visual Archer X Arcus_idleA
				Connect FRONTABDOMEN heroglow hotspot
					connect Lefthand bow hotspot
					Connect TopOfHead Head hotspot
					
				}
			}
   	}
   	SetSelector 
   	{
     		set hotspot
         {
            version
            {
					VisualGranny Arcus_IdleA
         	}
         }
   	}
   }
}

//==============================================================================
anim walk
{
CinematicLogic
		SetSelector 
		{
		SetSelector 
		{
			set hotspot
			{
				version
				{
					Visual Archer X Arcus_WalkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag FootstepLeft 0.15 true   
                  tag FootstepRight 0.50 true   
//-- end auto generated section
				Connect FRONTABDOMEN heroglow hotspot
					connect lefthand bow hotspot
					Connect TopOfHead Head hotspot
				}
			}
   	}
   	SetSelector 
   	{
     		set hotspot
         {
            version
            {
					VisualGranny Arcus_WalkA
         	}
         }
   	}
   }
}

//==============================================================================
anim RangedAttack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
					Visual Archer X Arcus_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.70 true   
                  tag GenericSound 0.40 true   
                  tag SpecificSoundSet 0.67 false Arrow checkVisible 
//-- end auto generated section
				Connect FRONTABDOMEN heroglow hotspot
					Connect TopOfHead Head hotspot
					connect lefthand bow hotspot
					
					
         }
      }
   }
}


//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
					Visual Archer X Arcus_DeathA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag SpecificSoundSet 0.10 false MaleDeath checkVisible 
//-- end auto generated section
				Connect FRONTABDOMEN heroglow hotspot
					connect lefthand bow hotspot
					Connect TopOfHead Head hotspot
connect frontabdomen blood hotspot
         }
      }
   }
}


//==============================================================================
anim Bored
{
CinematicLogic
		SetSelector 
		{
		SetSelector 
		{
			set hotspot
			{
				version
				{
					Visual Archer X Arcus_BoredA
				Connect FRONTABDOMEN heroglow hotspot
					connect lefthand bow hotspot
					Connect TopOfHead Head hotspot					
				}
			}
   	}
   	SetSelector 
   	{
     		set hotspot
         {
            version
            {
					VisualGranny Arcus_IdleA
         	}
         }
   	}
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
					Visual Archer X Arcus_FlailA
				Connect FRONTABDOMEN heroglow hotspot
					connect lefthand bow hotspot
					Connect TopOfHead Head hotspot
				
         }
      }
   }
}

//==============================================================================
anim Cinematic
{
   SetSelector
   {
      set hotspot
      {
         name Arcus_x01thegods
         version
         {
            VisualGranny Arcus_x01thegods
         }
		}
		set hotspot
      {
         name Arcus_x01howkrios
         version
         {
            VisualGranny Arcus_x01howkrios
         }
		}
		set hotspot
      {
         name Arcus_x02lookatthis
         version
         {
            VisualGranny Arcus_x02lookatthis
         }
		}
		set hotspot
      {
         name Arcus_x02thelastofthem
         version
         {
            VisualGranny Arcus_x02thelastofthem
         }
		}
	}
}